home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TCONFIGTOOLSDIALOG / TCONFIGTOOLSDIALOG.txt
Text File  |  2004-02-29  |  15KB  |  655 lines

  1. object ConfigToolsDialog: TConfigToolsDialog
  2.   Left = 275
  3.   Top = 299
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configure Tools'
  6.   ClientHeight = 384
  7.   ClientWidth = 336
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblIconFile: TLabel
  21.     Left = 8
  22.     Top = 196
  23.     Width = 43
  24.     Height = 13
  25.     Caption = '&Icon File:'
  26.     FocusControl = txtToolIcon
  27.   end
  28.   object lblToolKind: TLabel
  29.     Left = 8
  30.     Top = 220
  31.     Width = 44
  32.     Height = 13
  33.     Caption = '&Toolkind:'
  34.     FocusControl = cboToolKind
  35.   end
  36.   object Panel7: TPanel
  37.     Left = 8
  38.     Top = 8
  39.     Width = 321
  40.     Height = 25
  41.     Alignment = taLeftJustify
  42.     BevelOuter = bvLowered
  43.     Caption = ' Usertools:'
  44.     TabOrder = 0
  45.     object TBToolbar1: TTBToolbar
  46.       Left = 176
  47.       Top = 1
  48.       Width = 144
  49.       Height = 23
  50.       Align = alRight
  51.       Caption = 'Tools'
  52.       Images = CommandsDataModule.imlFilesToolBar
  53.       ParentShowHint = False
  54.       ShowHint = True
  55.       TabOrder = 0
  56.       object TBItem3: TTBItem
  57.         Caption = 'Add Tool'
  58.         Hint = 'Add|Add new Tool'
  59.         ImageIndex = 8
  60.         OnClick = TBItem3Click
  61.       end
  62.       object TBItem11: TTBItem
  63.         Caption = 'Copy'
  64.         Enabled = False
  65.         Hint = 'Copy|Copy Tool'
  66.         ImageIndex = 12
  67.         OnClick = TBItem11Click
  68.       end
  69.       object TBItem2: TTBItem
  70.         Caption = 'Edit'
  71.         Enabled = False
  72.         Hint = 'Edit|Edit Toolname'
  73.         ImageIndex = 7
  74.         OnClick = TBItem2Click
  75.       end
  76.       object TBItem1: TTBItem
  77.         Caption = 'Remove Tool'
  78.         Enabled = False
  79.         Hint = 'Remove|Remove selected Tool'
  80.         ImageIndex = 1
  81.         OnClick = TBItem1Click
  82.       end
  83.       object TBSeparatorItem1: TTBSeparatorItem
  84.       end
  85.       object TBItem5: TTBItem
  86.         Caption = 'Up'
  87.         Enabled = False
  88.         Hint = 'Up|Move Tool up'
  89.         ImageIndex = 2
  90.         OnClick = TBItem5Click
  91.       end
  92.       object TBItem4: TTBItem
  93.         Caption = 'Down'
  94.         Enabled = False
  95.         Hint = 'Down|Move Tool down'
  96.         ImageIndex = 3
  97.         OnClick = TBItem4Click
  98.       end
  99.     end
  100.   end
  101.   object lvTools: TListView
  102.     Left = 8
  103.     Top = 40
  104.     Width = 321
  105.     Height = 145
  106.     Columns = <
  107.       item
  108.         Width = 300
  109.       end>
  110.     HideSelection = False
  111.     RowSelect = True
  112.     ShowColumnHeaders = False
  113.     SmallImages = CommandsDataModule.imlShellIcon
  114.     TabOrder = 1
  115.     ViewStyle = vsReport
  116.     OnDeletion = lvToolsDeletion
  117.     OnEdited = lvToolsEdited
  118.     OnEditing = lvToolsEditing
  119.     OnExit = lvToolsExit
  120.     OnKeyUp = lvToolsKeyUp
  121.     OnSelectItem = lvToolsSelectItem
  122.   end
  123.   object cboToolKind: TComboBox
  124.     Left = 64
  125.     Top = 216
  126.     Width = 265
  127.     Height = 21
  128.     Style = csDropDownList
  129.     ItemHeight = 13
  130.     TabOrder = 2
  131.     OnClick = cboToolKindClick
  132.     Items.Strings = (
  133.       'Launch Program'
  134.       'Insert String'
  135.       'Execute Editcommand')
  136.   end
  137.   object txtToolIcon: TEdit
  138.     Left = 64
  139.     Top = 192
  140.     Width = 247
  141.     Height = 21
  142.     TabOrder = 3
  143.     OnChange = txtToolIconChange
  144.   end
  145.   object btnIcoBrowse: TCorelButton
  146.     Left = 315
  147.     Top = 192
  148.     Width = 14
  149.     Height = 21
  150.     Hint = 'Browse'
  151.     Caption = '...'
  152.     ParentShowHint = False
  153.     ShowHint = True
  154.     TabOrder = 4
  155.     OnClick = btnIcoBrowseClick
  156.   end
  157.   object nbTools: TNotebook
  158.     Left = 0
  159.     Top = 240
  160.     Width = 334
  161.     Height = 103
  162.     TabOrder = 5
  163.     object TPage
  164.       Left = 0
  165.       Top = 0
  166.       Caption = 'LaunchProg'
  167.       object lblCommand: TLabel
  168.         Left = 8
  169.         Top = 8
  170.         Width = 42
  171.         Height = 13
  172.         Caption = '&Program:'
  173.         FocusControl = txtToolCommand
  174.       end
  175.       object lblWorkingDir: TLabel
  176.         Left = 8
  177.         Top = 56
  178.         Width = 83
  179.         Height = 13
  180.         Caption = '&Workingdirectory:'
  181.         FocusControl = txtToolDir
  182.       end
  183.       object lblArguments: TLabel
  184.         Left = 8
  185.         Top = 32
  186.         Width = 53
  187.         Height = 13
  188.         Caption = '&Arguments:'
  189.         FocusControl = txtToolsArgs
  190.       end
  191.       object txtToolCommand: TEdit
  192.         Left = 96
  193.         Top = 4
  194.         Width = 215
  195.         Height = 21
  196.         TabOrder = 0
  197.       end
  198.       object btnToolCommand: TCorelButton
  199.         Left = 315
  200.         Top = 4
  201.         Width = 14
  202.         Height = 21
  203.         Hint = 'Browse'
  204.         Caption = '...'
  205.         ParentShowHint = False
  206.         ShowHint = True
  207.         TabOrder = 1
  208.         OnClick = btnToolCommandClick
  209.       end
  210.       object btnToolCommParam: TCorelButton
  211.         Tag = 1
  212.         Left = 315
  213.         Top = 28
  214.         Width = 14
  215.         Height = 21
  216.         Hint = 'Parameters'
  217.         Caption = '>'
  218.         ParentShowHint = False
  219.         ShowHint = True
  220.         TabOrder = 3
  221.         OnClick = btnToolCommParamClick
  222.       end
  223.       object btnToolDirParam: TCorelButton
  224.         Tag = 1
  225.         Left = 315
  226.         Top = 52
  227.         Width = 14
  228.         Height = 21
  229.         Hint = 'Variables'
  230.         Caption = '>'
  231.         ParentShowHint = False
  232.         ShowHint = True
  233.         TabOrder = 6
  234.         OnClick = btnToolDirParamClick
  235.       end
  236.       object btnToolDir: TCorelButton
  237.         Left = 299
  238.         Top = 52
  239.         Width = 14
  240.         Height = 21
  241.         Hint = 'Browse'
  242.         Caption = '...'
  243.         ParentShowHint = False
  244.         ShowHint = True
  245.         TabOrder = 5
  246.         OnClick = btnToolDirClick
  247.       end
  248.       object txtToolDir: TEdit
  249.         Left = 96
  250.         Top = 52
  251.         Width = 199
  252.         Height = 21
  253.         TabOrder = 4
  254.       end
  255.       object chkCapture: TCheckBox
  256.         Left = 8
  257.         Top = 78
  258.         Width = 105
  259.         Height = 17
  260.         Caption = 'C&apture Console'
  261.         TabOrder = 7
  262.       end
  263.       object txtToolsArgs: TEdit
  264.         Left = 96
  265.         Top = 28
  266.         Width = 215
  267.         Height = 21
  268.         TabOrder = 2
  269.       end
  270.       object chkProgHidden: TCheckBox
  271.         Left = 112
  272.         Top = 78
  273.         Width = 65
  274.         Height = 17
  275.         Caption = '&Hidden'
  276.         TabOrder = 8
  277.       end
  278.       object chkSaveBefore: TCheckBox
  279.         Left = 184
  280.         Top = 78
  281.         Width = 121
  282.         Height = 17
  283.         Caption = '&Save before run'
  284.         TabOrder = 9
  285.       end
  286.     end
  287.     object TPage
  288.       Left = 0
  289.       Top = 0
  290.       Caption = 'InsertString'
  291.       object lblInsertString: TLabel
  292.         Left = 8
  293.         Top = 4
  294.         Width = 70
  295.         Height = 13
  296.         Caption = '&String to insert:'
  297.         FocusControl = txtInsertString
  298.       end
  299.       object btnInsertVars: TCorelButton
  300.         Tag = 1
  301.         Left = 8
  302.         Top = 73
  303.         Width = 75
  304.         Height = 23
  305.         Hint = 'Variables|Variables'
  306.         Caption = '&Variables >'
  307.         ParentShowHint = False
  308.         ShowHint = False
  309.         TabOrder = 0
  310.         OnClick = btnInsertVarsClick
  311.       end
  312.       object txtInsertString: TMemo
  313.         Left = 96
  314.         Top = 4
  315.         Width = 233
  316.         Height = 93
  317.         Hint = 'As Variable for the selected Text use {$Sel}.'
  318.         ParentShowHint = False
  319.         ScrollBars = ssBoth
  320.         ShowHint = False
  321.         TabOrder = 1
  322.       end
  323.     end
  324.     object TPage
  325.       Left = 0
  326.       Top = 0
  327.       Caption = 'ExecCommand'
  328.       object lblEditCommand: TLabel
  329.         Left = 8
  330.         Top = 32
  331.         Width = 67
  332.         Height = 13
  333.         Caption = '&Editcommand:'
  334.         FocusControl = cboCommand
  335.       end
  336.       object cboCommand: TComboBox
  337.         Left = 8
  338.         Top = 48
  339.         Width = 321
  340.         Height = 21
  341.         Style = csDropDownList
  342.         ItemHeight = 0
  343.         TabOrder = 0
  344.       end
  345.     end
  346.   end
  347.   object btnOK: TCorelButton
  348.     Left = 174
  349.     Top = 355
  350.     Width = 75
  351.     Height = 23
  352.     Caption = 'OK'
  353.     Default = True
  354.     ModalResult = 1
  355.     ParentShowHint = False
  356.     ShowHint = False
  357.     TabOrder = 6
  358.     OnClick = btnOKClick
  359.   end
  360.   object btnCancel: TCorelButton
  361.     Left = 254
  362.     Top = 355
  363.     Width = 75
  364.     Height = 23
  365.     Cancel = True
  366.     Caption = 'Cancel'
  367.     ModalResult = 2
  368.     ParentShowHint = False
  369.     ShowHint = False
  370.     TabOrder = 7
  371.   end
  372.   object StaticText1: TStaticText
  373.     Left = 8
  374.     Top = 346
  375.     Width = 321
  376.     Height = 2
  377.     AutoSize = False
  378.     BorderStyle = sbsSunken
  379.     TabOrder = 8
  380.   end
  381.   object popParams: TPopupMenu
  382.     Left = 64
  383.     Top = 56
  384.     object ActiveDocument1: TMenuItem
  385.       Tag = 10
  386.       Caption = 'Active Document (short)'
  387.       OnClick = ActiveDocument1Click
  388.     end
  389.     object ActiveDocumentlong1: TMenuItem
  390.       Tag = 11
  391.       Caption = 'Active Document (long)'
  392.       OnClick = ActiveDocument1Click
  393.     end
  394.     object N7: TMenuItem
  395.       Caption = '-'
  396.     end
  397.     object ActiveDocumentwithoutExtension1: TMenuItem
  398.       Tag = 12
  399.       Caption = 'Active Document no Extension (short)'
  400.       OnClick = ActiveDocument1Click
  401.     end
  402.     object ActiveDocumentwithExtenshion1: TMenuItem
  403.       Tag = 13
  404.       Caption = 'Active Document no Extension (long)'
  405.       OnClick = ActiveDocument1Click
  406.     end
  407.     object N6: TMenuItem
  408.       Caption = '-'
  409.     end
  410.     object ActiveDocumentTitleshort1: TMenuItem
  411.       Tag = 14
  412.       Caption = 'Active Document Title (short)'
  413.       OnClick = ActiveDocument1Click
  414.     end
  415.     object ActiveDocumentTitlelong1: TMenuItem
  416.       Tag = 15
  417.       Caption = 'Active Document Title (long)'
  418.       OnClick = ActiveDocument1Click
  419.     end
  420.     object N10: TMenuItem
  421.       Caption = '-'
  422.     end
  423.     object ActiveDocumentTitlenoExtensionshort1: TMenuItem
  424.       Tag = 16
  425.       Caption = 'Active Document Title no Extension (short)'
  426.       OnClick = ActiveDocument1Click
  427.     end
  428.     object ActiveDocumentTitlenoExtensionshort2: TMenuItem
  429.       Tag = 17
  430.       Caption = 'Active Document Title no Extension (long)'
  431.     end
  432.     object N13: TMenuItem
  433.       Caption = '-'
  434.     end
  435.     object ActiveDocumentFileextension1: TMenuItem
  436.       Tag = 18
  437.       Caption = 'Active Document File extension'
  438.       OnClick = ActiveDocument1Click
  439.     end
  440.     object N3: TMenuItem
  441.       Caption = '-'
  442.     end
  443.     object ProjectFilenameshort1: TMenuItem
  444.       Tag = 19
  445.       Caption = 'Project Filename (short)'
  446.       OnClick = ActiveDocument1Click
  447.     end
  448.     object ProjectFilenamelong1: TMenuItem
  449.       Tag = 20
  450.       Caption = 'Project Filename (long)'
  451.       OnClick = ActiveDocument1Click
  452.     end
  453.     object N11: TMenuItem
  454.       Caption = '-'
  455.     end
  456.     object ChooseFilenameshort1: TMenuItem
  457.       Tag = 21
  458.       Caption = 'Choose Filename (short)'
  459.       OnClick = ActiveDocument1Click
  460.     end
  461.     object ChooseFilenamelong1: TMenuItem
  462.       Tag = 22
  463.       Caption = 'Choose Filename (long)'
  464.       OnClick = ActiveDocument1Click
  465.     end
  466.     object N12: TMenuItem
  467.       Caption = '-'
  468.     end
  469.     object ModifiedFiles1: TMenuItem
  470.       Tag = 23
  471.       Caption = 'Modified Files'
  472.       OnClick = ActiveDocument1Click
  473.     end
  474.     object N2: TMenuItem
  475.       Caption = '-'
  476.     end
  477.     object Documentpath1: TMenuItem
  478.       Tag = 24
  479.       Caption = 'Documentpath (short)'
  480.     end
  481.     object Documentpathlong1: TMenuItem
  482.       Tag = 25
  483.       Caption = 'Documentpath (long)'
  484.       OnClick = ActiveDocument1Click
  485.     end
  486.     object N4: TMenuItem
  487.       Caption = '-'
  488.     end
  489.     object Programpath1: TMenuItem
  490.       Tag = 26
  491.       Caption = 'Programpath (short)'
  492.       OnClick = ActiveDocument1Click
  493.     end
  494.     object Programpathlong1: TMenuItem
  495.       Tag = 27
  496.       Caption = 'Programpath (long)'
  497.       OnClick = ActiveDocument1Click
  498.     end
  499.     object N5: TMenuItem
  500.       Caption = '-'
  501.     end
  502.     object Projectpath2: TMenuItem
  503.       Tag = 28
  504.       Caption = 'Projectpath (short)'
  505.       OnClick = ActiveDocument1Click
  506.     end
  507.     object Projectpathlong1: TMenuItem
  508.       Tag = 29
  509.       Caption = 'Projectpath (long)'
  510.       OnClick = ActiveDocument1Click
  511.     end
  512.     object N8: TMenuItem
  513.       Caption = '-'
  514.     end
  515.     object Systemfolders1: TMenuItem
  516.       Caption = 'Systemfolders'
  517.       object WindowsDirectory1: TMenuItem
  518.         Tag = 50
  519.         Caption = 'Windows Directory'
  520.         OnClick = ActiveDocument1Click
  521.       end
  522.       object SystemDirectory1: TMenuItem
  523.         Tag = 51
  524.         Caption = 'System Directory'
  525.         OnClick = ActiveDocument1Click
  526.       end
  527.       object TemporaryDirectory2: TMenuItem
  528.         Tag = 52
  529.         Caption = 'Temporary Directory'
  530.         OnClick = ActiveDocument1Click
  531.       end
  532.     end
  533.     object N1: TMenuItem
  534.       Caption = '-'
  535.     end
  536.     object CurrentWord1: TMenuItem
  537.       Tag = 30
  538.       Caption = 'Current Word'
  539.       OnClick = ActiveDocument1Click
  540.     end
  541.     object Linenumber1: TMenuItem
  542.       Tag = 31
  543.       Caption = 'Line Number'
  544.       OnClick = ActiveDocument1Click
  545.     end
  546.     object Columnnumber1: TMenuItem
  547.       Tag = 32
  548.       Caption = 'Column Number'
  549.       OnClick = ActiveDocument1Click
  550.     end
  551.     object Prompt1: TMenuItem
  552.       Tag = 31
  553.       Caption = 'Prompt'
  554.       OnClick = ActiveDocument1Click
  555.     end
  556.   end
  557.   object popDirs: TPopupMenu
  558.     Left = 104
  559.     Top = 56
  560.     object Documentdirectory1: TMenuItem
  561.       Caption = 'Documentpath'
  562.       Hint = 'Path to the active Document'
  563.       OnClick = Documentdirectory1Click
  564.     end
  565.     object Programdirectory1: TMenuItem
  566.       Tag = 1
  567.       Caption = 'Programpath'
  568.       Hint = 'Path to the Program'
  569.       OnClick = Documentdirectory1Click
  570.     end
  571.     object Projectpath1: TMenuItem
  572.       Tag = 2
  573.       Caption = 'Projectpath'
  574.       Hint = 'Path to the Project'
  575.       OnClick = Documentdirectory1Click
  576.     end
  577.     object N9: TMenuItem
  578.       Caption = '-'
  579.     end
  580.     object WindowsDirectory2: TMenuItem
  581.       Tag = 3
  582.       Caption = 'Windows Directory'
  583.       Hint = 'Windows Directory'
  584.       OnClick = Documentdirectory1Click
  585.     end
  586.     object SystemDirectory2: TMenuItem
  587.       Tag = 4
  588.       Caption = 'System Directory'
  589.       Hint = 'System Directory'
  590.       OnClick = Documentdirectory1Click
  591.     end
  592.     object TemporaryDirectory1: TMenuItem
  593.       Tag = 5
  594.       Caption = 'Temporary Directory'
  595.       Hint = 'Temporary Directory'
  596.       OnClick = Documentdirectory1Click
  597.     end
  598.   end
  599.   object OpenDialog1: TOpenDialog
  600.     DefaultExt = 'exe'
  601.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  602.     Left = 24
  603.     Top = 56
  604.   end
  605.   object popStrInsertVar: TPopupMenu
  606.     Left = 144
  607.     Top = 56
  608.     object Selection1: TMenuItem
  609.       Tag = 1
  610.       Caption = 'Selection'
  611.       OnClick = Selection1Click
  612.     end
  613.     object DateTime1: TMenuItem
  614.       Tag = 2
  615.       Caption = 'Date/Time'
  616.       OnClick = Selection1Click
  617.     end
  618.     object Username1: TMenuItem
  619.       Tag = 3
  620.       Caption = 'Username'
  621.       OnClick = Selection1Click
  622.     end
  623.     object FileTitle1: TMenuItem
  624.       Tag = 4
  625.       Caption = 'Filetitle'
  626.       OnClick = Selection1Click
  627.     end
  628.     object FiletitlenoExtension1: TMenuItem
  629.       Tag = 5
  630.       Caption = 'Filetitle no Extension'
  631.       OnClick = Selection1Click
  632.     end
  633.     object Filename1: TMenuItem
  634.       Tag = 6
  635.       Caption = 'Filename'
  636.       OnClick = Selection1Click
  637.     end
  638.     object Filepath1: TMenuItem
  639.       Tag = 7
  640.       Caption = 'Filepath'
  641.       OnClick = Selection1Click
  642.     end
  643.     object File1: TMenuItem
  644.       Tag = 8
  645.       Caption = 'File...'
  646.       OnClick = Selection1Click
  647.     end
  648.   end
  649.   object BrowseForFolder: TBrowseForFolder
  650.     Options = [boNewFolder, boCenter]
  651.     Left = 24
  652.     Top = 96
  653.   end
  654. end
  655.